home *** CD-ROM | disk | FTP | other *** search
/ Imaginext Pirate Activity / ImaginextPirateActivityCD.iso / Pirate Raider / piratedemo.dxr / Lingo_7.ls < prev    next >
Encoding:
Text File  |  2003-05-30  |  166 b   |  13 lines

  1. global FirstBattle, SndMgr
  2.  
  3. on beginSprite me
  4.   if FirstBattle then
  5.     FirstBattle = 0
  6.     SndMgr.dlg("VocDemo11")
  7.   end if
  8. end
  9.  
  10. on exitFrame me
  11.   go(the frame)
  12. end
  13.